close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Setting Session Variables Question

Thread began 3/25/2011 11:21 am by Brad Lawryk | Last modified 3/25/2011 1:19 pm by Jason Byrnes | 1450 views | 3 replies |

Brad Lawryk

Setting Session Variables Question

Hi guys,

Can the 'Set Session Variable' option be used in a setting that is not a cart?

Basically what I am trying to do is to use the eCart Set Session to set a session variable based on a parameter from a recordset. Seems to set up fine and the code seems correct, but the sessions remain blank?

Is there anything else that has to be done to use the Set session Variable in a different setting?

Brad

Sign in to reply to this post

Jason ByrnesWebAssist

yes, the set session variable behavior can be used outside of eCart (it is also included with the cookies toolkit extension)

If the session is not displaying, here things to check:
1) on any page that you are using a session value, you need to instantiate the session.

in other words, any page that you use:
<?php echo($_SESSION['sessionName']); ?>

to output the session value, you must include this code at line 1 to force PHP to "see" the session collection:
<?php if(!session_id()) session_start(); ?>


2) when using a recordset value in a session, double check the code order. make sure the recordset code is before the set session value code.

Sign in to reply to this post

Brad Lawryk

Originally Said By: Jason Byrnes
  2) when using a recordset value in a session, double check the code order. make sure the recordset code is before the set session value code.  



Doh! Sometimes the problem is so obvious a person can't see it. This was the issue.

Thanks

Sign in to reply to this post

Jason ByrnesWebAssist

glad to hear it is working.

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