Question
session variable
I am using seesion variable in my login function.
Basically once I login i store the login id in session variable and pass in my query to get the data.
Do I have to use cflock with session varible.
currently I am not using cflock with session variable. Does it gona slow down or will lock the db.
If i don't use session what alternative should i use?
I mean client variable.
Thanks in advance.
