Meta http-requiv="refresh" autoload with 2nd refresh killed my session variable

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Meta http-requiv="refresh" autoload with 2nd refresh killed my session variable

jhoconer
I am currently using VisualWave to develop a web page project. I have incorporated the tag <meta http-equiv="refresh" content="20"> into my ssp file in order to refresh the page every 20 seconds. The first auto refresh works fine. However, after the second 20-sec refresh, my session variable got killed.

Please kindly advise if this is normal. How can I fix the issue such that the page will refresh every 20 seconds without killing my session variable?
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: Meta http-requiv="refresh" autoload with 2nd refresh killed my session variable

jarober
If this is new development, I'd move off VisualWave.  That's very much a legacy product at this point.  Web Toolkit (SSP/Servlet style) and Seaside are the preferred alternatives.  

Or Aida/Web, another well supported (3rd party) toolset that many people like


On Jul 27, 2012, at 3:05 PM, Julia Oconer wrote:

> I am currently using VisualWave to develop a web page project. I have incorporated the tag <meta http-equiv="refresh" content="20"> into my ssp file in order to refresh the page every 20 seconds. The first auto refresh works fine. However, after the second 20-sec refresh, my session variable got killed.
>
> Please kindly advise if this is normal. How can I fix the issue such that the page will refresh every 20 seconds without killing my session variable? _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

James Robertson
http://www.jarober.com
[hidden email]




_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc