Hello Everybody,
Right, so I would like to see whether I can store a string in my session and send that over to my database.
For example, in a function that I have produced, I would like that function to return a string called "first step", I would like to send that string in a session to my JSP page that will in turn give that string to the servlet to enter to my database, any ideas please?
I have read about using an input hidden field, but I have not had all the required information to start coding it that way. Any help is much appreciated.
Thank you