Hi guys,
I have got page which set's up a session as soon a user log's in...
I can continue to carry the session across if the user clicks on a link....but as they have to complete a form and click on A submit button the previous session get destoryed and a new one is created. ( I have not called the session destory function..)
there is a function I have created to check if the user is login in (this is set to false) because I believe the session Id is not the same, so they have to login again...
is there a way where I can send the same session ID across the whole site ?
thanks for your help........