combine "log in user" and "insert record" server behaviors

Discussion in 'General troubleshooting' started by geocachingi, Jul 15, 2007.

  1. Hi there,

    Does anyaone now how I can combine easily the 'log in user' and 'insert record' server behaviors? When a user logs into the site, I would like to insert a record in one of my tables to keep track of user logins for statistical purposes and to be able to display messages like 'last time you logged in was...'.
    Is there a simple way, e.g. by concatenating action='<%=MM_LoginAction%>' and action='<%=MM_editAction%>' and if so, how exactly do I concatenate the two?

    Thanks in advance for any help!

    Katja
     

Share This Page