You can have profile with SESSIONS_PER_USER resource for the user which you are connecting through db_link.
But you may not be able to do it if you are using same user on the server for other purposes also coz it may then limit no of sessions for that also.

Best is dedicate a seperate user which will be only used through db_link and add profile to that.

I hope i have put it in correct english.