close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Clearing specific session values

Thread began 4/16/2013 4:09 am by mrs | Last modified 4/16/2013 8:48 am by Jason Byrnes | 985 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.

Sign in to reply to this post

Jason ByrnesWebAssist

The Clear these list should only contain the sessions that you want to clear. change:

php:
$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");



to:

php:
$clearThese = explode(",","WADbSearch1_tbl_users_results,WADbSearch2_tbl_users_results");



In the Clear Session Values behaviors, any sessions that are in the list will be added. you need to select the ones you dont want to clear and click the trash can icon to remove them from the list.

Sign in to reply to this post

mrs

That's as I thought. I have had this before, and cleared out those that I didn't want, but because ALL of my sessions keep appearing in the list, I had assumed I had done something wrong previously when selecting to clear specific sessions in the wizard.

So, currently when I run the wizard, is it meant to give me all sessions so I clear them out manually, or is it meant to only give me the code for the two selected sessions? Currently, each time I run the wizard, I am being presented with all sessions listed in the resultant code.

Sign in to reply to this post

Jason ByrnesWebAssist

When you add a new clear session value server behavior, you will need to remove any sessions from the list that you do not want to clear.

if you edit an existing instance of the Clear session values behavior, it will show only the ones you selected initially.

Sign in to reply to this post

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...