close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

sessionid undefined

Thread began 6/09/2010 10:27 am by president310264 | Last modified 6/11/2010 3:04 pm by president310264 | 3681 views | 16 replies

Eric Mittman

Ecart makes use of the session id for the internal id of the cart. If this value is not set then you will have issues with the checkout and the cart in general. If you make a php info page you should be able to see this value. An info page is any php page with this line of code in it:

php:
<?php phpinfo(); ?>



When you view this page look for the this setting:
_REQUEST["PHPSESSID"]
or
_COOKIE["PHPSESSID"]

The session id should be available on the page anytime after session_start() is called. You can also generate a session id with the session_regenerate_id() function. You can add a check to see if the session id exists and if not start the session and generate a new id like this:

<?php if(!session_id()) session_start();
if(!session_id()) session_regenerate_id();?>

As for the order not being there what value do you see and what is the code that is referenced for this?

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