in reply to Re: Re: Receiving Cookie Values
in thread Receiving Cookie Values

This page wishes to set the cookie
wintermarket_members_user="%24user"

OK - %24user is the escaped version of $user. So I think somewhere you are setting the parameter $usr to '$user' not to "$user"

I think your cookie setting code looks OK. Its that you are settign the wrong values somehow. have you checked the values of param('usr') and param('pw') ?

Dingus


Enter any 47-digit prime number to continue.

Replies are listed 'Best First'.
Re: Re:(3) Receiving Cookie Values
by Jaspersan (Beadle) on Dec 09, 2002 at 13:43 UTC
    Hrmm, i posted couple days ago, but i guess it didnt post... *shrugs*

    That code worked, thanks :)

    ^jasper
Re: Re:(3) Receiving Cookie Values
by Jaspersan (Beadle) on Dec 05, 2002 at 13:40 UTC
    Nevermind, It works now.
    Yeah, I've checked the params and they were the username and password. Still don't know why it was setting the escaped $user/$pass, but its working now.

    Thanks for the help :)
    ^jasper <jasper@wintermarket.org>