Search found 10 matches
- Thu Mar 01, 2007 6:30 am
- Forum: Installation and Configuration
- Topic: caching images with apache and SSL
- Replies: 3
- Views: 817
- Wed Feb 28, 2007 12:09 pm
- Forum: Installation and Configuration
- Topic: caching images with apache and SSL
- Replies: 3
- Views: 817
- Wed Feb 28, 2007 4:21 am
- Forum: Installation and Configuration
- Topic: caching images with apache and SSL
- Replies: 3
- Views: 817
caching images with apache and SSL
Hi, i´m trying to speed up my site caching at least the images on it, for that i´ve searched and found expires_module in apache. I´ve installed it and it reaaly seems that is working, my question is if this will work with ssl and behind a first page with http basic authentication turned on.. Can you...
- Wed Oct 04, 2006 12:23 pm
- Forum: Installation and Configuration
- Topic: problem with AuthType Basic
- Replies: 4
- Views: 1707
- Thu Aug 31, 2006 4:51 am
- Forum: General Discussion
- Topic: Need CMS suggestion
- Replies: 7
- Views: 1366
- Fri Aug 11, 2006 3:29 am
- Forum: General Discussion
- Topic: What's your favourite PHP Editor?
- Replies: 533
- Views: 235190
- Thu Jun 22, 2006 3:37 am
- Forum: PHP - Theory and Design
- Topic: storing classes in sessions
- Replies: 12
- Views: 2439
- Wed Jun 21, 2006 12:58 pm
- Forum: PHP - Theory and Design
- Topic: storing classes in sessions
- Replies: 12
- Views: 2439
- Wed Jun 21, 2006 8:25 am
- Forum: PHP - Theory and Design
- Topic: storing classes in sessions
- Replies: 12
- Views: 2439
I didn´t try it because i think I know what will happen. You have 2 session_start() so the value from the first session will be lost , right ? But if you only had the first session probably it would work...i Think I know how to do it, the question that has been boring me is if this is a good procedu...
- Wed Jun 21, 2006 5:02 am
- Forum: PHP - Theory and Design
- Topic: storing classes in sessions
- Replies: 12
- Views: 2439
storing classes in sessions
Hi, I have being developing some php pages but always with functions. Now i think it´s time to move forward and start using classes. I saw that I can save class instances in session variables so I can use it when i load a diferent page. The reason I want to do this is for not having to pass values w...