Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^5: Security/Ease of use Question

by dakkar (Hermit)
on Sep 08, 2004 at 10:02 UTC ( [id://389304]=note: print w/replies, xml ) Need Help??


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

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://389304]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-23 18:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found