Deleting session table?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vinnie
    Senior Member
    • May 2001
    • 133

    Deleting session table?

    is it safe to
    DELETE FROM session;
    ?

    Will any other tables be adversely affected?

    Will this clear the display of online users?

    I changed my session timeout to 60 minutes but the users that have been there all day did not go away - does the session table track the last use (LASTUSE), or does it store the time after which the session is expired (LASTUSE+TIMEOUT)
  • Freddie Bingham
    Former vBulletin Developer
    • May 2000
    • 14057
    • 1.1.x

    #2
    You can delete all you want from the session table with no adverse effects.

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...