M
Matthias Kranz
Hi,
I have to write an web-app, where a user can enter some information in a
form on a JSP. The information is saved in a XML-file. Every user got his
own file. Every user has to login and logout if he wants to view or edit his
data
For example, a user enters my web-app, can create an new project. There he
has to enter a filename (i.e. "example.xml"), his name and a password. Then
an "example.xml"-file is created where the users name and password is saved.
To add information to the xml-file, he has to login.
I read that it is possible to implement to login/logout with the session-id
every user gets. Unfortunatly I dont't have any idea how to to it this way.
Can someone please give me a hint?
Thanks in advance!!
Greets, Matze
I have to write an web-app, where a user can enter some information in a
form on a JSP. The information is saved in a XML-file. Every user got his
own file. Every user has to login and logout if he wants to view or edit his
data
For example, a user enters my web-app, can create an new project. There he
has to enter a filename (i.e. "example.xml"), his name and a password. Then
an "example.xml"-file is created where the users name and password is saved.
To add information to the xml-file, he has to login.
I read that it is possible to implement to login/logout with the session-id
every user gets. Unfortunatly I dont't have any idea how to to it this way.
Can someone please give me a hint?
Thanks in advance!!
Greets, Matze