Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ MT-multithreading and servers » A few questions about Skylark sessions
Re: A few questions about Skylark sessions [message #38764 is a reply to message #38604] Tue, 15 January 2013 13:51 Go to previous message
Peter is currently offline  Peter
Messages: 16
Registered: October 2012
Promising Member
But why doesn't this bug appear in the following simpler case?

SKYLARK(AAA, "aaa")
{
	http.SessionSet(".MY_SESSION_VARIABLE", Value(1));
	http.RenderResult("MyApp/aaa");
	http.ClearSession();
}

SKYLARK(BBB, "bbb")
{
	http.RenderResult("MyApp/bbb");
}


aaa.witz:

<html><body>$set()<a href=$BBB>BBB</a></body></html>


bbb.witz:

<html><body>$set()</body></html>


If I start from "aaa" and use link to go to "bbb", .MY_SESSION_VARIABLE is not listed on "bbb" anymore as intended.
What's the difference between this and previous case where moving from "bbb" to "ccc" didn't clear session?

Anyway, I hope the bug will be fixed soon (I can see its status is "approved", but it's still not fixed).

Best regards

Piotr

[Updated on: Tue, 15 January 2013 13:52]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [Web] using of an uninitialized value in expression
Next Topic: Something wrong with post_identity()?
Goto Forum:
  


Current Time: Sat May 10 21:50:47 CEST 2025

Total time taken to generate the page: 0.00544 seconds