close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Clearing specific session values

Thread began 4/16/2013 4:09 am by mrs | Last modified 4/16/2013 8:48 am by mrs | 976 views | 4 replies

mrs

Clearing specific session values

I have selected to clear a couple of specific sessions in order to retain others, but the resultant code looks as though it's clearing all sessions...

@session_start();
if ("" == ""){
// WA_ClearSession
$clearAll = FALSE;
$clearThese = explode(",","WADA_Insert_tbl_products,WADbSearch1_products_results,captcha_Security_Code_1,WADA_Insert_tbl_KTCmainimg,
SecurityAssist_UserID,emailVerified,rpw,WADA_Insert_tbl_forumCTGRY,threadID,forumID,forumTITLE,forumNAME,
WADbSearch1_tbl_forumPOSTS_results,WADbSearch1_forum_results,userupdate_User_Update_group_Avatar,USES_access,USES_threadID,
USES_forumID,USES_forumTITLE,USES_forumNAME,USES_srREGION,USES_srVALUE,USES_rsSUBS,USES_rsPRICE,
registration_Registration_group_Avatar,events_insert_fld_eventIMG,WADA_Insert_tbl_events,WADbSearch1_users_results,WADA_Insert_tbl_year,
WADA_Insert_tbl_eventreport,WADA_Insert_tbl_forumNAME,WADA_Insert_tbl_forumPOSTS,WADA_Insert_tbl_users,
WADbSearch1_tbl_users_results,WADbSearch2_tbl_users_results");
if($clearAll){
foreach ($_SESSION as $key => $value){
unset($_SESSION[$key]);
}
}
else{
foreach($clearThese as $value){
unset($_SESSION[$value]);
}
}
}

It's only the last two in the list that I want to kill off (WADbSearch1_tbl_users_results and WADbSearch2_tbl_users_results), so should I remove all sessions listed other than these? I did select only the last two from the list within the wizard, but seem to have ended up with all sessions listed. So, I am not sure if this code is saying to keep all sessions, or kill them all.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...