Jump to content

PHP Sessions


Wildhalf

Recommended Posts

I am new to SESSIONS and have a quick question about them.

 

I want to use sesssions on my site but was wondering if they would work for the follow senario.

 

Say a customer visits my url: http://www.mysite.com/?id=2

 

Now what i am doing is taking the id out of the URL using sessions and redirecting the user to  http://www.mysite.com while my session ($_SESSION['id']) holds the value 2 in it. I have this working great, i believe it just looks better.

 

Now if my customer decides to buy my product via paypal and is directed off my site while he/she is paying for said item on paypal when they return could i still use some of the information that i stored in my session??

 

I know i could use post and get to pass through paypal but unfortunately i have to use sessions for what i am trying to do.

 

Link to comment
https://forums.phpfreaks.com/topic/216778-php-sessions/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.