I need desperate help;
I need to extract a user id from mysql database to make the id into a session, i have tried all that i know and it doesn't. My last resort was the following code from DW and it just breaks my design. The code is; <%=(((private_d_data = private_d.getObject("private_id")) == null || private_d.wasNull()) ? "" : private_d_data)%>
Does any one knows the best way to work around this.