Hi all,
these problems are related to Apache 2 and mod_perl 2
problem 1:
Im using mod_perl 2 on Apache 2. I am using HTML::Template to display the data from the perl/cgi script.
For
the first time loading the data is displayed properly. then for every
reload the data displayed on the template gets repeatedly displayed. (
i.e, it gets accumulated. for 5 times reload 5 sets of data is
displayed in the template).
Actually this problem is not seen on cgi/perl environment. Only with mod_perl this problem occurs.
problem 2:
in multiuser login, when an user logins to the application, only his dats should be visible to him.
but in mod_perl other user's data is also seen ob every reload.
this problem also occurs only with mod_perl. not in cgi/perl env.
Thanks in advance
senthil
- [EMAIL PROTECTED] mod_perl issues Senthil Nathan
- Re: [EMAIL PROTECTED] mod_perl issues Octavian Rasnita
- Re: [EMAIL PROTECTED] mod_perl issues Senthil Nathan
- Re: [EMAIL PROTECTED] mod_perl issues Senthil Nathan