1
ouioui
Is session_cache_limiter('private') a probleme ?
  • 2004/9/27 12:01

  • ouioui

  • Just popping in

  • Posts: 32

  • Since: 2003/7/11


Hi,

Is session_cache_limiter('private') a probleme ?

I use FPDF to generate PDF file in module xoops.
To correct a ie probleme, the FAQ N°5 i in http://www.fpdf.org/?lang=en is

Quote:
5. When I use a PHP session, IE doesn't display my PDF any more but asks me to download it any more but asks me to download it.

It's a problem affecting some versions of IE. To work around it, add the following line before session_start():

session_cache_limiter('private');


I added the session_cache_limiter('private'); in the common.php file befor session_start() like that
session_set_save_handler(array(&$sess_handler'open'), array(&$sess_handler'close'), array(&$sess_handler'read'), array(&$sess_handler'write'), array(&$sess_handler'destroy'), array(&$sess_handler'gc'));
    
session_cache_limiter('private');
    
session_start();



As i can't logout ....I suppose it cound be the responsability of this hack.
I have difficulties to change user login.

Is this session_cache_limiter('private') can alter the XOOPS user management ?

Best regard

Login

Who's Online

427 user(s) are online (65 user(s) are browsing Support Forums)


Members: 0


Guests: 427


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Sep 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits