|
Posted by C. on 12/20/06 16:35
crescent_au@yahoo.com wrote:
> Hi all,
>
> I'm having a problem with sessions with my shopping cart. It works fine
> in my local server at home and office but after uploading the code in
> the remote server, the cart contents (session) are no passed to the
> cart from products page. At home and office, i am using xampp. The
> remote server is using Linux and probably apache.
>
If the session ID is propogating correctly, the most likely cause is
the session handler isn't able to do its job (e.g. no permissions on
directory).
Presumably you've got a DBMS available - drop in a DB based session
handler and see what happens - there's plenty available off-the-shelf.
C.
Navigation:
[Reply to this message]
|