|
Comments for: chad19990414
| Message # 1023343: |
|
Date: 12/12/04 10:20
By: tmal5 Subject: RE: session variables not working The reason for non persistent session variables is because the handler cannot write to the cookie file that was creted at the begining of the session. There are many reasons why this would happen and the worst case scenerio is that you write a set of functions for the handler to open the cookie file, write to it and close it. The easiest answer is to put the file where the handler can access it. Well that is the long and short of it. And if you're using php4 or newer you should use--------- $_SESSION['BLA'] as the varialbe. |
Previous Message | Next Message |


