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
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
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.
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
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.
Is using asmx service to update a session variable via ajax call a problem when a lot of calls are made in succession?
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
I\'m making a C# windows form application that needs to parse data from an external site that requires me to log in.
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.
I came across Django request.session; I know how to set and test it for a specific value. request.session[\'name\'] = "dummy"