| View previous topic :: View next topic |
| Author |
Message |
n3ck
Joined: 12 Nov 2009 Posts: 1
|
Posted: Thu Nov 12, 2009 3:48 pm Post subject: Session create takes long time |
|
|
Hi!
In one location, my web app doesn't work good and i deduced that it's sessions problem. I've made a little test page, with only session_start, variable assigned to the session and link to another page, and on the another page read this variable from session. Users in this location says that it's loading for loong time. Cookies are sent properly, i can set variable to cookie and read it from another location. Can anybody tell me why does is happens? |
|
| Back to top |
|
 |
AnilKumar

Joined: 09 May 2008 Posts: 174
|
Posted: Mon Nov 16, 2009 8:51 am Post subject: |
|
|
Hi,
Session_start(); this code should be appended where we want to display the session variables.
Please once check that in the starting of page code is session_start(); before that no spaces is required.
We done like that we got the correct information. Once check that and conform me to it is solved or not.
Thank you,
Anil Kumar  |
|
| Back to top |
|
 |
|