Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] is cheyenne session handling still broken?

From: semseddinm:bircom at: 14-Dec-2009 18:24

Hi, is cheyenne session handling still broken? Here is my situation, I have those file in my root folder of cheyenne web server: /start.rsp /end.rsp /active.rsp /folder/active.rsp start.rsp, simply calls session/start. end.rsp calls session/end, and both active.rsp files show the status: print session/active? It works well when I start, test and end a session. But the problem is, when I start another session after ending one, Then /active.rsp shows true but the /folder/active.rsp shows false. I mean session/active? works if the checking file is in the same folder with the starting the session, otherwise it returns always false. This is correct only if you end a session then start another one.