Search the web
Sign In
New User? Sign Up
apache-asp · Apache::ASP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
getting cookies from a library   Message List  
Reply | Forward Message #2099 of 2277 |
Re: getting cookies from a library

Orlando Andico wrote:

> hello all,
>
> i want to "library'fy" some routines into a .pm
> (instead of putting it in global.asa)
>
> now i need to grab some cookie
> $Request->Cookies("some-large-cookie-name");
>
> i actually want to hide this cookie invocation in the library .pm so
> that the actual program source doesn't have it (an aesthetic thing).
> so instead of every page having that cookie line, there's just a
> simple function call.
>
> problem: $Request object doesn't exist in the .pm
> i also tried
> $cooky = $Apache::ASP::Request->Cookies("some-large-cookie-name");
>
> which compiles correctly but doesn't work.
>
> or is the only solution to hide the function inside global.asa?

You will have to use $main::Request to access the Request object outside
an ASP script.

Good luck,

Harco

--
-----------------+--------------------+-------------------------------
Harco de Hilster AT Consultancy Phone: +31(0)24-3527282
Unix Consultant Toernooiveld 104 Fax: +31(0)24-3527292
6525 EC Nijmegen E-mail: harcoh@...
The Netherlands
-----------------+--------------------+-------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@...
For additional commands, e-mail: asp-help@...




Tue Jan 10, 2006 11:29 am

harcoh@...
Send Email Send Email

Forward
Message #2099 of 2277 |
Expand Messages Author Sort by Date

hello all, i want to "library'fy" some routines into a .pm (instead of putting it in global.asa) now i need to grab some cookie ...
Orlando Andico
orly.andico@...
Send Email
Jan 10, 2006
10:58 am

... You will have to use $main::Request to access the Request object outside an ASP script. Good luck, Harco -- ... Harco de Hilster AT Consultancy...
Harco de Hilster
harcoh@...
Send Email
Jan 10, 2006
11:31 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help