I have written Embedded Web Server in C using TCP/IP. The application opens standard port 80 and sends HTML response to client. I have the following issues:
The application sends/receives http request header, response header, creates cookies and receives it...
1. Session is maintained only if I use IE 6 (it assumes new session for consecutive pages if I browse through FireFox or IE 7/8)
2. How to implement SSL?
3. How to install SSL?
Any workaround will be appreciated
Thank you
Regards
Raj