session ids?

2004-09-21 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: cant read cookie values from popup window....... plzz help me........

2004-09-21 Thread Bill Jones
--- manoj tr <[EMAIL PROTECTED]> wrote: > i send thecode that i corrected as follows. > $cookie = $output->cookie(-name => 'uid', -value => u100', -expires > => '+1d'); Well, for one, your quotes are unba;nced starting at the above line. Also, I would use - use strict; use warnings; use

cant read cookie values from popup window....... plzz help me........

2004-09-21 Thread manoj tr
Hai all, I use the strict paragma and and declared variable as correctly. After compilation there is no error and this time i cant read the cookie from the second window (pop up window generated by javascript). I request you to please point out the error if any one faced this problem. i