On Thu, 2006-08-31 at 12:37 -0400, dhaval gada wrote:
> 
> Hi,
>   Well I did try printing the value for $cookie  and gives me the foll
> value:
>  
> EMBPERL_UID=df9c7b02f04343807ef7ab570ab43dc6;
> SESSION_ID=97f3d8207d2e8d9afd7493ca28c3908a;
> BIGipServerwebster2=593498284.20480.0000 

That's not a session ID.

> Also, while trying to retrieve the session, I tried supplying the
> following values for $cookie:
> 1) EMBPERL_UID=df9c7b02f04343807ef7ab570ab43dc6;
> SESSION_ID=97f3d8207d2e8d9afd7493ca28c3908a;
> BIGipServerwebster2=593498284.20480.0000 
>  
> 2) EMBPERL_UID=df9c7b02f04343807ef7ab570ab43dc6;
> 97f3d8207d2e8d9afd7493ca28c3908a;
> BIGipServerwebster2=593498284.20480.0000 
>  
> 3) 97f3d8207d2e8d9afd7493ca28c3908a

That last one looks like a session ID.  That's what you should be
passing in.

> But, each time, I get the same error , i.e. 
> Died
> at /usr/local/ext/perl/5.8.0/lib/site_perl/Apache/Session/Generate/MD5.pm 
> line 40.

Did you look at line 40 to see what it does?  It's failing to validate
the session ID you passed in.  You might have some extra junk characters
in there, like a line break at the end.

- Perrin

Reply via email to