I guess pretty many of you know WordPress and its installation guide. If not I guess there are plenty of other web applications on the web, where it is the same.
You type in the database connection, username password and Wordpress automatically sets the database. And then you never have to type in those things again because WordPress saves it somewhere.
I thought of creating a text file with this data, but this seems too insecure, because everybody just could access this file. So how would I do this exactly?
The problem with sessions is of course, that it can be destroyed easily. So how could I realize this?