When opening or duplicating Session objects, pass on any Apache2::Request object

stored in the current session.
This commit is contained in:
Colin Kuskie 2009-08-14 01:38:03 +00:00
parent c557949ef0
commit ed97fa1ecd
4 changed files with 5 additions and 3 deletions

View file

@ -252,7 +252,7 @@ sub duplicate {
my $newSession = WebGUI::Session->open(
$self->config->getWebguiRoot,
$self->config->getFilename,
undef,
$self->request,
undef,
$self->getId,
);