This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI C/C++ Compiler
Hi !
i am working with a Concerto board (F28M35H52C) with the enet_lwip_m3 example.
I have implemented a web interface (HTML, CSS and JS) which includes a login tab before entering and accessing an ip (example: 192.168.0.125). The problem is that if in the url I write "192.168.0.125/Pagina.htm" it returns the page, skipping the log. I have read that I need to implement some session function like PHP. Someone could help me on how to adapt this example to fix this. Also to prevent multiple users from connecting to my board.
Thank you
Marcelo