Using Apache and cookies

When you print out cookies, it will come out like
cookieName=cookieValue; path=cookiePath but how would I seperate the
just the cookieValue?

Thanks

value = cookie_string.scan(/=(.*);/)

ยทยทยท

On Fri, 2005-02-18 at 04:29, thedcm@gmail.com wrote:

When you print out cookies, it will come out like
cookieName=cookieValue; path=cookiePath but how would I seperate the
just the cookieValue?

Thanks