Re: [PHP] PHP SESSSION Not Behaving

2003-10-18 Thread Marek Kilimajer
And did you try a simple example that demonstrates this problem? [-^-!-%- wrote: Yep. Tried it with IE / NS / and Mozilla Firebird. Same problem. =P e p i e D e s i g n s www.pepiedesigns.com Providing Solutions That Increase Productivity Web Developement. Database. Hosting. Multimedia. On

Re: [PHP] PHP SESSSION Not Behaving

2003-10-18 Thread [-^-!-%-
Yep. Tried it with IE / NS / and Mozilla Firebird. Same problem. =P e p i e D e s i g n s www.pepiedesigns.com Providing Solutions That Increase Productivity Web Developement. Database. Hosting. Multimedia. On Sat, 18 Oct 2003, Marek Kilimajer wrote: > Did you try it with another browse

Re: [PHP] PHP SESSSION Not Behaving

2003-10-17 Thread Marek Kilimajer
Did you try it with another browser? Make some really simple example and see if this is still happening. [-^-!-%- wrote: Environment: Linux , PHP 4.2.3,MySql 3.23.39,Apache, and so on The Problem: I have a user authentication script that uses sessions to track the user id. Everything works fine

[PHP] PHP SESSSION Not Behaving

2003-10-17 Thread [-^-!-%-
Environment: Linux , PHP 4.2.3,MySql 3.23.39,Apache, and so on The Problem: I have a user authentication script that uses sessions to track the user id. Everything works fine with HTTP, but $_SESSIONS['var'] renders nothing under a secure connection (SSL). Using $_SESSION['myVar']= 'myValueGoesH