Hello,
 
As I was having problem to set up Embperl as CGI, I found out a way to workaround
that. To call HTML::Embperl::Execute from my perl script and pass the html
document as parameter. This works OK.
 
What I want to achieve is to have the some session info (basically I want to create
my own session persistant data for various statistical purposes) to be part of
the URL. (I mean the browser address to show something like
http://my.domain.com/myplscript.pl?session=1&id=21). I am using a generic
perl script to manage all pages and using embperl to link each together. My problem
is the "Location: myscript.pl?session=1&id=21" is not showing in the address line
fully, but executing properly. This will give me a problem if the user reloads or move backwards
from other page. I want the address line to show full url address including the parameters
when I redirect it so that reloads and backwards will work properly.
 
Any suggestions are greatly appreciated.
 
Thanks in advance,
 
Vijay Nair

Reply via email to