PHP Sessions

Hi Just wondering. I register some session variables. I then allow the user to make a payment via paypal, which means going away from my site for a bit. When they complete the payment, the are automatically redirected back to my site. If I start a new session on this page, will their session variables still be available?

cheers

So long as the session hasn’t expired.