Author | Post |
crusaderky
[Send PM to me] Click for info
|
Last replied to on Thu Feb 16, 2006 00:16:06 Edit Post|Quote After some minutes, the session automatically expires, server-side. This happens both when posting on the forum and reading the pages.
I'm 100% sure that it's not a problem in session_start(); there must be something else involved. ----------------------------- CRVSADER//KY
CVI.SCIENTIA.IMPERIVM
|
mrdummy
[Send PM to me] Click for info
|
Posted at Tue Feb 14, 2006 17:24:02 Edit post|Quote Well, it's normal that session can runs out after some time.
To keep the session alive, a cookie is needed (cookie lifespam can be set on one year) to refresh the session again, so that you don't have trouble.
I must check the script how it refresh the session and use the cookie better for it.
|
mrdummy
[Send PM to me] Click for info
|
Posted at Thu Feb 16, 2006 00:16:06 Edit post|Quote Found possible problem: there is no cookie checking in reply, qoute, new topic and new sitcky post.
Only index.php and forum.php have cookie check.
I shall fix it over some days (move to header code) so that it checks better with cookie.
|
|
|