PDA

View Full Version : SQL Query Question


foofighter
07-22-2003, 05:55 AM
Ok so I ran this query on the db, trying to remove sessionhash,

UPDATE user SET nosessionhash=1


but now I want to revert, can anyone tell me what query to set back to vb default?

Xenon
07-22-2003, 10:31 AM
replace the 1 with an 0 ^^

Kaelon
03-24-2004, 08:30 PM
Are there any disadvantages to not using the sessionhash?

NTLDR
03-24-2004, 08:36 PM
The browsers PC must accept cookies from your site if they wish to stay logged in.

Kaelon
03-24-2004, 08:40 PM
Thanks, NTLDR. I suspect that most of my users won't have a problem with this.