Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^4: Security/Ease of use Question

by Spidy (Chaplain)
on Sep 08, 2004 at 01:51 UTC ( [id://389260]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Security/Ease of use Question
in thread Security/Ease of use Question

Oh. Is there any way I can have it send it no matter where I click? I want to be passing the values around the forms on the pages afterwards too...

Replies are listed 'Best First'.
Re^5: Security/Ease of use Question
by dakkar (Hermit) on Sep 08, 2004 at 10:02 UTC

    I think your best option is to pass the session id on the request, with a parameter or a path component:

    http://my.site.net/the/path/to/the/page/SESSIONID

    or

    http://my.site.net/the/path/to/the/page?sid=SESSIONID

    or something to that effect.

    I personally prefer the first method, since it's less confusing to spiders and bots (and I'd like my site to be indexed by search engines).

    -- 
            dakkar - Mobilis in mobile
    

    Most of my code is tested...

    Perl is strongly typed, it just has very few types (Dan)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://389260]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-23 06:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found