View Single Post
Old 12-02-2004, 05:27 AM   #1 (permalink)
CrossMediaGroup
Registered User
 
CrossMediaGroup's Avatar
 
Join Date: Sep 2004
Location: Northeast Ohio, USA
Posts: 7
CrossMediaGroup is on a distinguished road
Send a message via ICQ to CrossMediaGroup Send a message via Yahoo to CrossMediaGroup
Deletion of sessions

If I'm logged into my forums and I click on the URL of my main page to my forums, I am automatically logged out. Here are the queries used:

DELETE FROM ibf_sessions WHERE running_time < # or ip_address='#'

INSERT INTO ibf_sessions (id, member_name, member_id, ip_address, browser, running_time, location, login_type, member_group) VALUES (...)

Does anyone have a clue why my board would delete sessions whenever I travel to the main page or leave the site withou logging out???
CrossMediaGroup is offline   Reply With Quote