Date: 06/07/01
- Next message: Fred Yankowski: "Re: [phplib] Eternal redirect loop"
- Previous message: Paul Campbell: "Re: [phplib] L.A.M.P. hosting"
- In reply to: Daniel Bondurant: "[phplib] no headers"
- Next in thread: Daniel Bondurant: "Re: [phplib] no headers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 6 Jun 2001, Daniel Bondurant wrote:
> how would I secure a php page with phplib, but send no headers at all to
> the browser?
>
> I am using phplib to secure binary files. and the headers phplib is sending
> out is causing problems with IE esp. on the Mac. I need to keep back the
> headers for just this page script, but I do need to validate the user/session.
>
You need to use cookies for this. Check the cookie array for the session
name / id and manually make sure the session is valid and auth'ed.
-n
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- nathan hruby / digital statement nathan <email protected> http://www.dstatement.com/Public GPG key can be found at: http://www.dstatement.com/nathan-gpg-key.txt ED54 9A5E 132D BD01 9103 EEF3 E1B9 4738 EC90 801B -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: Fred Yankowski: "Re: [phplib] Eternal redirect loop"
- Previous message: Paul Campbell: "Re: [phplib] L.A.M.P. hosting"
- In reply to: Daniel Bondurant: "[phplib] no headers"
- Next in thread: Daniel Bondurant: "Re: [phplib] no headers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

