> I wanted to post again my problem with sessions. > > I have completed my project that I have been working on but when I went > to test it (I was testing in Mozilla browser) in IE, the sessions didnt > work. It only does not work in IE. In opera and mozilla things are fine > but when I try to do this in IE it fails every time. > > A browser is a browser so Im uncertain as to my a session wouldnt or > couldnt work. > > Wade
I was looking for something else when I ran into the documentation for readfile with a User-Contributed Note which may have application for you. When I found it, I discovered that I had already deleted your original inquiry. Justin Dearing 29-Dec-2004 04:38 Word for word copy of a comment on session_start() posted by Kevin. Might be relevant here. If you're having a problem with a file download script not working with IE if you call session_start() before sending the file, then try adding a session_cache_limiter() call before session_start(). I use session_cache_limiter('none'), but 'public' and 'private' seem to fix the problem too; use whichever suits your application. http://www.php.net/readfile http://us4.php.net/session_start James _____ James D. Keeline http://www.Keeline.com http://www.Keeline.com/articles http://Stratemeyer.org http://www.Keeline.com/TSCollection http://www.ITeachPHP.com -- Free Computer Classes: Linux, PHP, etc. Spring Semester Begins Jan 31 -- New Classes Start Every Few Weeks. Community email addresses: Post message: php-list@yahoogroups.com Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/