in reply to Re: cookie value
in thread cookie value

this is just a simple, there is no problem with cookie. its working well. bt i want to expand. how do u call cookie value instead of cookie name in other page or how do u get cookie value

Replies are listed 'Best First'.
Re^3: cookie value
by Corion (Patriarch) on Apr 14, 2015 at 08:08 UTC

    The documentation on cookies is quite explicit:

    To retrieve a cookie, request it by name by calling cookie() method without the -value parameter.

    I'm not sure where you have problems. Maybe you can show us the code and tell us where you get results that do not correspond to your expectations?

    Again, what value do you get in $id and what value did you expect?

    A reply falls below the community's threshold of quality. You may see it by logging in.