session-variables
Sharing variables between an asp.net page and a background thread created by the page
I\'ve a long running task in my asp.net web application and hence I run that task in a new thread and constantly poll to check the status of the thread (by using a ticker control which ticks every 5 s[详细]
2023-03-08 15:51 分类:问答How to store and recall the last radio button clicked in a session variable
I\'m trying to figure out the best way to display text based on which radio button a user has clicked. I am having trouble using sessions to do this. When I use the following code, only the informatio[详细]
2023-03-08 03:28 分类:问答Rails 'Preview State' Using Cookies/Session
This seems to be a common question, but I\'ve yet to find a very \'detailed\' answer - I\'m looking for the best way to allow users to preview the form they are going to submit, before submitting it.[详细]
2023-03-06 12:09 分类:问答Cookie vs. Session based flash message
A neat feature which I found in CakePHP was the ability to set a flash message, say on some save script, then have that message displayed on the following page. Something like, Post updated, or Error[详细]
2023-03-06 02:25 分类:问答How to detemine if someone is logged in and viewing your web page(s)
I have a private web app with login requirements. I have seen many sites (mainly forum sites) that list the members that are currently logged in and viewing the site.[详细]
2023-03-05 18:45 分类:问答ASMX service call via Ajax hangs (never completes)
Is using asmx service to update a session variable via ajax call a problem when a lot of calls are made in succession?[详细]
2023-03-05 11:41 分类:问答PHP and jQTouch
So I\'ve got a fill out form on an HTML page passed to a PHP script. The PHP runs fine but I\'m having some trouble getting the HTML on the PHP page to display. If in the body of the HTML I do <?ph[详细]
2023-03-05 10:54 分类:问答Keeping session id when getting source code from web page
I\'m making a C# windows form application that needs to parse data from an external site that requires me to log in.[详细]
2023-03-05 10:44 分类:问答Logout functionality For Zendesk in Pure JavaScript
I want to implement a logout function.When a user clicks Logout, I want to end their session and redirect to another page.Sadly, I am limited to only JavaScript.[详细]
2023-03-05 06:10 分类:问答Testing a session variable
I came across Django request.session; I know how to set and test it for a specific value. request.session[\'name\'] = "dummy"[详细]
2023-03-04 14:35 分类:问答