G
Guest
I see Session variables time out after 20 minutes (or whatever number of minutes you define)
I want to have some variables that won't time out, but they only occupy very small amounts of data, say 10-20 bytes per user, so I think it won't too much of a performance impact to store it in the web server's memory. Would having hash tables as global variables using the SessionID as key work OK? Global variables and SessionIDs don't time out do they?
I want to have some variables that won't time out, but they only occupy very small amounts of data, say 10-20 bytes per user, so I think it won't too much of a performance impact to store it in the web server's memory. Would having hash tables as global variables using the SessionID as key work OK? Global variables and SessionIDs don't time out do they?