At 10:27 PM 1/31/2002 -0400, Miles Thompson wrote:
>>when a user logs in to my site, i load a bunch of stuff about them from a
>>database and put it in session variables. right now i have the session
>>expiration time set to a pretty large value.
>>
>>they can come back later in the day and sti
At 05:15 PM 1/31/2002 -0800, Jon Drukman wrote:
>At 09:03 PM 1/31/2002 -0400, Miles Thompson wrote:
>>If you want persistence then use a cookie to
>>- store the information
>>- to provide a key for fetching data from a database
>>or accept that if preservation of inter-invocation data is impt enou
At 09:03 PM 1/31/2002 -0400, Miles Thompson wrote:
>If you want persistence then use a cookie to
>- store the information
>- to provide a key for fetching data from a database
>or accept that if preservation of inter-invocation data is impt enough to
>require registration of users and a login if
If you want persistence then use a cookie to
- store the information
- to provide a key for fetching data from a database
or accept that if preservation of inter-invocation data is impt enough to
require registration of users and a login if the client has cookies turned off.
Sessions are suppose
4 matches
Mail list logo