And because i am new to prado ,,so if you could point me out a way to handle this issue?
so, on login,,,there will be the CAS service (and it needs to create a session,,,). Perhaps,,Prado alreadt created another session and therefore i got this error. Do you have any workaround ?
Regards,
-Hoang Long
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I tried to integrate Central Authentication Server (CAS) in svnmanager. Do you have any experrience to share here?
I got the error:
#1 -- pradoErrorHandler(...)
#2 client.php:522 -- session_start()
#3 CAS.php:315 -- CASClient->CASClient(...)
#4 index.php:13 -- phpCAS->client(...)
#5 MenuBar.php:22 -- require(...)
#6 TComponent.php:550 -- MenuBar->onClickLoginBtn(...)
#7 TLinkButton.php:199 -- TComponent->raiseEvent(...)
#8 TLinkButton.php:183 -- TLinkButton->onClick(...)
#9 TPage.php:1005 -- TLinkButton->raisePostBackEvent(...)
#10 TPage.php:950 -- TPage->handlePostBackEvent()
#11 TApplication.php:483 -- TPage->execute()
#12 index.php:5 -- TApplication->run()
And because i am new to prado ,,so if you could point me out a way to handle this issue?
so, on login,,,there will be the CAS service (and it needs to create a session,,,). Perhaps,,Prado alreadt created another session and therefore i got this error. Do you have any workaround ?
Regards,
-Hoang Long
oh,,i just need to check if there is already a session started.