[Koha-devel] [Koha] Communicating with Koha Session variables

Chris Cormack chrisc at catalyst.net.nz
Tue Aug 28 23:40:12 CEST 2012


* sheldon_tappin (thecarterii at hotmail.com) wrote:
> Hi All,
> 
> I would like to create a web app using php that should communicate with Koha
> ILS for authentication purposes. 
> Can anyone provide the information on how I can talk to the session or
> cookie variables in koha.
> 
> Your help will be very beneficial to our library.
> 
Hi Sheldon

The cookie won't tell you anything, not even if the person is logged
in or not, it you need to check that the session id in the cookie is a
valid one in the database.

I would suggest you instead write your app to either use SIP2 to
authenticate, or the Koha ILS-DI implementation

I hope this helps

Chris

--
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: </pipermail/koha-devel/attachments/20120829/5d4056a4/attachment.pgp>


More information about the Koha-devel mailing list