hello to all,its kawaljeet here..
can anybody help me to solve that
how can a session be expired in php,i.e.wat is the syntax used to expire a session in php file...
pls help me...thanks
Kawaljeet Kaur 0 Newbie Poster
Recommended Answers
Jump to PostFrom the PHP help file
session_destroy() destroys all of the data associated with the current session. It does not unset any of the global variables associated with the session, or unset the session cookie. To use the session variables again, session_start() has to be called.
In order to …
All 4 Replies

Zagga
chrishea 182 Nearly a Posting Virtuoso
Kawaljeet Kaur 0 Newbie Poster
EmilyJohnson 0 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.