Session persistance issues

qickjobs.free.nf

(when a company registers on our website he basically login via this page qickjobs.free.nf / company-login.php & here is dummy credentaisl email- [email protected] & password- company and successful login he is directed to qickjobs.free.nf / company-main.php so now to problem – kindly go to profile drop down – then click add certificate on above form session of company id is reflected as 37 — this is session value now if u just press F5 to refresh it gets lost & error is shown as all data of comany is stored in the session it gets lost … & session lost error is shown )

Error Message

Warning : Undefined array key “scid” in /home/vol12_2/infinityfree.com/if0_36167425/htdocs/company-certificates.php on line 228

(please share the FULL error message you see, if applicable)

session_start() is present on pages on start of the page

kindly guide what this error is from & this work perfectly fine on local host & other subdomain

I just tested session storage on your website and it seems to be working fine.

I created a little testing script at this location:

https://qickjobs.free.nf/_sessiontest.php

If you refresh the page, you should see the hit counter increase. It uses sessions to track the number of times you visited the page.

This is all working, meaning that session storage and retrieval is working fine for your account.

Are you still having this issue with your website? If so, then please check your website code, because this doesn’t seem to be a hosting issue.

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.