Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

1.1b3 bug: user.cgi

Quote Reply
1.1b3 bug: user.cgi
ok.. this isn't big.. but it does matter.. i just noticed it when i was setting cookies with another script that i of course copy and pasted the cookie code from user.cgi into it.. and the cookie only lasted for a session.. it took me like 5 minutes of reading the activeperl tutorial on setting cookies when i realized it was cause -expires was mispelled Smile

alex..

Code:
-expire => '+3h',

to

Code:
-expires => '+3h',

hehe..
jerry
Subject Author Views Date
Thread 1.1b3 bug: user.cgi widgetz 2475 Nov 25, 1999, 1:37 PM
Post Re: 1.1b3 bug: user.cgi
dearnet 2372 Nov 25, 1999, 8:19 PM
Post Re: 1.1b3 bug: user.cgi
carfac 2386 Nov 26, 1999, 7:21 AM
Post Re: 1.1b3 bug: user.cgi
widgetz 2379 Nov 26, 1999, 7:58 AM
Post Re: 1.1b3 bug: user.cgi
Alex 2386 Nov 26, 1999, 10:11 AM
Post Re: 1.1b3 bug: user.cgi
widgetz 2376 Nov 26, 1999, 2:33 PM