[users@httpd] Re: issue with Apache2::Cookie

2014-03-06 Thread pinate
ght need some configuration to make this work. Anyone has any idea? Thanks Pinate -- View this message in context: http://apache-http-server.18135.x6.nabble.com/issue-with-Apache2-Cookie-tp5012694p5012746.html Sent from the Apache HTTP Server - Users mailing list archive

[users@httpd] issue with Apache2::Cookie

2014-03-04 Thread Pinate Aramsangrungroj
application doesn't work, it look like cookies not getting set or passed. I am just curious if Apache2::Cookie is the standard way of dealing with cookie, in other word is its behaviour consistent across browsers? Could anyone give any advise? Thanks P

[users@httpd] Can't call method "jar" without a package or object reference - mod_perl2

2014-02-27 Thread Pinate Aramsangrungroj
that there is still cookie parsing error from executing eval {$req->jar()} in line 42, but somehow $@ is undefined. Hence calling $@->jar cause such an error. Don't know why it is only failing in certain conditions as explained? Could anyone suggest some direction or a possible solution? Thanks Pinate

[users@httpd] Can't call method "jar" without a package

2014-02-27 Thread pinate
Hi,We have just installed Auth handler (Apache ) using mod_perl2 and CAS.1. Initially, we had the Internal Server Error "Expected token not present", as per these below links suggested this could be because of our invalid cookie format. But for our application to work, we need those cookieshttp:/