Hi there! I had a short discussion with rbowen on the irc channel. He told me to place my question right here. So my question is where the parameters in the PreparedSQL statements in the mod_session_dbd are comming from? How do I know what parameters are available and in what order? For example the insertsession query from the Apache documentation: DBDPrepareSQL "insert into session (value, expiry, key) values (%s, %lld, %s)" insertsession
Are there more parameters available? What are they? Is there a syntax to access the first parameter again like %1$s? etc. Is there more documentation available or how can I find out more what can be done in those querys? Best regards and thank you for your time, Kevin
