Re: [PHP] Destroy all session data...

2004-01-13 Thread Matt Matijevich
[snip] I do't know to be honest, how do I find out? (I'm on a unix server) [/snip] you could use the phpinfo() function and check the value of session.save_handler, if it is "files" the session data is in files in the session.save_path directory. -- PHP General Mailing List (http://www.php.net

Re: [PHP] Destroy all session data...

2004-01-13 Thread Richard Davey
Hello Tristan, Tuesday, January 13, 2004, 3:59:05 PM, you wrote: TPrsc> I've just asked my host to set my session time limit to 30 days... From 0 TPrsc> I'm now running into problems, and I think that destroying all session TPrsc> data sill help... TPrsc> Until I get this sorted, can I kill ever

Re: [PHP] Destroy all session data...

2004-01-13 Thread Tristan . Pretty
I do't know to be honest, how do I find out? (I'm on a unix server) "Matt Matijevich" <[EMAIL PROTECTED]> 13/01/2004 16:11 To <[EMAIL PROTECTED]> cc Subject Re: [PHP] Destroy all session data... [snip] Until I get this sorted, can I kill everyones stor

Re: [PHP] Destroy all session data...

2004-01-13 Thread Matt Matijevich
[snip] Until I get this sorted, can I kill everyones stored session data? [/snip] How is the session data saved? It is to files, you could just delete all of the session files. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Destroy all session data...

2004-01-13 Thread Tristan . Pretty
I've just asked my host to set my session time limit to 30 days... From 0 I'm now running into problems, and I think that destroying all session data sill help... Until I get this sorted, can I kill everyones stored session data? *