>
> It looks like login is using soft... is there a way to switch
> it to hard?
>

Well, no I wouldn't think so. Session cookies are stored by the browser in memory. 
When the browser closes, the session dies. The
session cookie (ie the id) is valid only for the lifetime of the session - this is why 
it is not persisted. The volitile nature of
sessions (ie they expire) makes it a little pointless to store the cookie on disk.

Hard cookies are not for session tracking, they are used to store things like 
usernames, preferences etc.

G


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to