session ids?

2004-09-22 Thread Bryan Harris
I'm still very much a beginner, but I'm starting to see how establishing a concept of sessions could be quite handy for my website. So I was thinking of coming up with session ids, which could be some encoded combination of their ip address, user name, and the date/time of that session's start.

Re: session ids?

2004-09-22 Thread Sean Davis
Bryan, You might want to look into CGI::Session (on http://search.cpan.org, our best perl friend). Like much of the grunt work in perl, someone has already done the vast majority of the work for us and done it right. Sean On Sep 22, 2004, at 2:27 AM, Bryan Harris wrote: I'm still very much a

Re: session ids?

2004-09-22 Thread Wiggins d Anconia
I'm still very much a beginner, but I'm starting to see how establishing a concept of sessions could be quite handy for my website. So I was thinking of coming up with session ids, which could be some encoded combination of their ip address, user name, and the date/time of that session's

Apache::Session Error Handling.

2004-09-22 Thread Sara
Wondering how I can show custom error message if session file doesn' exist. http://search.cpan.org/~cwest/Apache-Session/Session/File.pm If session file doesn't exist: using CGI::Carp qw(fatalsToBrowser); Software error: Object does not exist in the data store at

Re: session ids?

2004-09-22 Thread Bryan Harris
Yes, Wiggins and Sean, thank you! That was just the information I needed to point me off in the right direction. Thanks again. - Bryan I'm still very much a beginner, but I'm starting to see how establishing a concept of sessions could be quite handy for my website. So I was