I just started developing with QT and I am building an applications which uses Qhttp requists to get data from a PHP server.

I am able to use QT to set post variables and post those to the PHP pages on the server.

I was wondering if it is possible to set (php) sessions, to enable me to send session information with the requests to the server (for authentication use)

So is there a way to set http sessions in my application / qhttp request or an other easy way to send the session information to my PHP server?

Thanks a lot in advance!