in reply to Re^3: [OT] Need help in redirecting WebPage in FastCGI-Perl Application via .htaccess
in thread [OT] Need help in redirecting WebPage in FastCGI-Perl Application via .htaccess
So, it means first redirection after login can't be achieved with .htaccess? Why i am asking because i have never used this concept before and thus don't have much experience with apache configurations. In my tool, CGISESSID cookie is being used. I tried adding "domain" in this but it din't work and i am also not sure how will it work. Can you please help me with other suggestions which i can implement?
my $cookie = CGI::Cookie->new( -name => 'CGISESSID', -value => $self->session->id(), #-domain => 'http://9.111.111.111/tools/id/gel444/controller? +action=homeacceptableuse', -secure => 1, -HttpOnly => 1 );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: [OT] Need help in redirecting WebPage in FastCGI-Perl Application via .htaccess
by hippo (Archbishop) on Nov 26, 2019 at 22:15 UTC | |
by dipit (Sexton) on Nov 27, 2019 at 18:37 UTC |