• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 18, 2024, 11:33:04 pm

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - vexeffect

1
I'm using community edition 9.2.0.0 and I see the tables in my Postgresql database. I was wondering how to tie together the sessions table which has the sesskey and customer_id in it, and perhaps also use the kk_cookie table with its customer_uuid. I would like to access for example the customers table to get the full information (through customer_id), from say the customer_uuid.
Maybe the sesskey is also listed in other tables but I wasn't sure.

Is what I'm looking for also in the database table or is it somehow managed by Apache Tomcat?

I'd like to also learn more about getting started with the Java API, and I built the java_api_examples like GetCustomer.class but I wasn't sure yet how to run them. I figured I'd probably be able to get information on a single session, if I can add a servlet, but is there a way to get access to all sessions by running a Java application in a console?