![]() |
Sergey Kornilov admin 8/24/2005 |
Hi, |
E
|
edgerton author 8/26/2005 |
Can you have the guest account auto login? That way you don't have to click "log on as guest" if you just want to view? Then if you want to edit you can click log out or something? |
![]() |
Sergey Kornilov admin 8/29/2005 |
Hi, if(!isset($_SESSION["UserID"])) { $_SESSION["UserID"]="Guest"; $_SESSION["AccessLevel"]="Guest"; }
|
E
|
edgerton author 9/1/2005 |
That's working. However, is there a way to prevent the "your session has expired" message? What's happening is I'll open up the *list.php page, and everything works fine, but if I go to another pc and try to open up that page it gives me the session expired message. |
E
|
edgerton author 9/1/2005 |
I think I figured it out. Some how the file I updated (dbcommon) got overwritten so the code you gave me wasn't in there anymore. |
E
|
edgerton author 9/2/2005 |
Sorry, another question regarding this. |
![]() |
Sergey Kornilov admin 9/5/2005 |
Bruce, |
E
|
edgerton author 9/6/2005 |
Thanks. |