Jump to content

Killing Sessions (some not all)


xyn

Recommended Posts

Hey Guys.
I basically need some help in deleting 3 sessions.
I dont want to kill ALL sessions because the Members
will be logged out of the area and every other session
used will be killed.

my sessions are...
[code=php:0]$_SESSION['FieldDept']
$_SESSION['FieldName']
$_SESSION['FieldMail'][/code]
Link to comment
Share on other sites

It doesn't kill all sessions for all user's sessions are user specific.

If user a logs in, and it registers a bunch of sessions, and 4 other people login 2, and oen logs out, and it takes them to 1 page that has nothing but
[code]<?php
session_destroy();
header("Location: index.php");
?>[/code]
The session file associated with that one user is erased, all the others are left alone.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.