The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi guys,
I have a strange session problem that I have been scratching my head over. This particular problem only appears to be on Internet Explorer and only happens when you use the session table and not cookies. What I have is an external page VB page that has an upload function. I use uploadify (http://www.uploadify.com) which is a flash based file uploader. When I upload a file and return the results, for some reason a new session gets created for the user and the previous session isn't used, resulting in the user being logged off once a page is refreshed or when you want to submit the whole form. Now what uploadify are saying is Quote:
They are suggesting in using PHP Code:
So I have tried adding PHP Code:
formData : { 's' : '$sessionhash' } but no dice. Anyone has any other suggestions? Anything that I have come across regarding uploadify was to do with session_start() which is no use? Many thanks and hope someone can help me out :up: |
#2
|
||||
|
||||
![]()
Unfortunately you'll probebly not get your answer here as it's not a plugin developed here or to do with any core vbulletin files, however, they are showing you that they would use echo to enter the sessions has so i assume you'd want something like
PHP Code:
|
#3
|
|||
|
|||
![]()
Hi Simon,
Thanks for the reply. I understand that this might not be anything to do with Vbulletin although I am using the backend completely. I will give this a go, I am wondering, if I do manage to pickup the current ID hash and Session Hash, how do I tell vbulletin to use this in a session, rather than creating a new session as it is doing right now? Even if it is not using uploadify. Would the sessionhash as a $_POST['$sessionhash'] variable be picked up by vbulletin automatically and check if it exists or is there a special variable I can use? During the upload function I can pull all the details from session class, is there another class I can use to re-instate the session at all? Many thanks |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|