How can I kill the session in server side ?
-
Jon Sagara When I grow up, I'm changing my name to Joe Kickass! My Site | My Blog | My Articles
-
Jon Sagara When I grow up, I'm changing my name to Joe Kickass! My Site | My Blog | My Articles
-
Session.Abandon() just kill the current session, but I want to kill the session with the spical ID. Thanks.
I think you'd have to keep track of all your sessions at the Application level in order to do that.
Jon Sagara When I grow up, I'm changing my name to Joe Kickass! My Site | My Blog | My Articles
-
I think you'd have to keep track of all your sessions at the Application level in order to do that.
Jon Sagara When I grow up, I'm changing my name to Joe Kickass! My Site | My Blog | My Articles
Well Rather killing ..If you want to kill a specific Session..then u can remove that session by Session.Remove("Name of Session") I hope it satisfies u... KHATRI
-
Well Rather killing ..If you want to kill a specific Session..then u can remove that session by Session.Remove("Name of Session") I hope it satisfies u... KHATRI
That deletes a session item from the current session. From what I understood, he wants to abandon a specific session (not the current session, but some other user's session).
Jon Sagara When I grow up, I'm changing my name to Joe Kickass! My Site | My Blog | My Articles
-
I think you'd have to keep track of all your sessions at the Application level in order to do that.
Jon Sagara When I grow up, I'm changing my name to Joe Kickass! My Site | My Blog | My Articles