I'm using sessions, and my scripts (today) seem to be hanging on start session...can never get my page to load.
Once I discovered it was a session issue, I went to the folder I've set as the sessionSavePath and blew away the few files along with the lcsessions.idx. After doing that, my pages started working again. I've been pounding on this site for the last week without any problem like this, then today, it has happened several times now where my pages stop responding, so I blow away the sessions files, and then my pages start working again.
Has anybody experienced anything like this? I've emailed support....
start session hangs
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: start session hangs
I came across the same issue today. I was generating 4 images on the fly with html img tags referencing a .lc file, but after a few hits, the apache error log reported that livecode-server was timing out. Clearing the session files fixed the problem, but only briefly. The .lc file that was creating the images also required access to session data, so it looks like that could be the cause of the problem. I'll try to re-test and report a bug if I get time.
I switched to generating the images by embedding the image data in the html and that solved the problem.
I switched to generating the images by embedding the image data in the html and that solved the problem.
LiveCode Development & Training : http://splash21.com
-
- VIP Livecode Opensource Backer
- Posts: 35
- Joined: Sat Jan 15, 2011 10:57 am
Re: start session hangs
Hello splash21
I have exactly the same problem !
see: http://forums.livecode.com/viewtopic.php?f=15&t=20388
I have escalated the case to on-rev support on May 15, they acknowledged the bug and told me that they can see
that there is a problem with session variables and the hanging of the server.
I wrote to on-rev support twice since then, but I never got an answer back !
I am very unhappy !
Cheers
Kangaroo
I have exactly the same problem !
see: http://forums.livecode.com/viewtopic.php?f=15&t=20388
I have escalated the case to on-rev support on May 15, they acknowledged the bug and told me that they can see
that there is a problem with session variables and the hanging of the server.
I wrote to on-rev support twice since then, but I never got an answer back !
I am very unhappy !
Cheers
Kangaroo
Re: start session hangs
This is still happening, has on-rev become an abandoned proect?