[Dnfbb-developers] Session
Brought to you by:
sbosanquet,
tectsoft
|
From: Si C. <sim...@te...> - 2006-02-21 19:22:15
|
The session variable is currently a VARCHAR(50) and is populated via a generator. Originally I was going to buffer this out with random characters, however, thinking about it a little more we could put some useful data in there as well. Initially I was thinking about storing the IP Address of the user, is there anything else that could potentially prove useful that should be added? The format of the session will look something like: [IPADDRESS][SEPERATOR CHAR][GENERATOR VALUE + RANDOM CHARS] Rgds Si |